From 91e35907b2e5c296b1d215a3630d470629f3be3c Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Fri, 1 Dec 2006 12:24:42 +0000 Subject: [PATCH] Link test/test_bindings against libxenapi in the new location. Signed-off-by: Ewan Mellor --- tools/libxen/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libxen/Makefile b/tools/libxen/Makefile index 6bf5d2fc25..c72206442a 100644 --- a/tools/libxen/Makefile +++ b/tools/libxen/Makefile @@ -48,8 +48,8 @@ libxenapi.so.$(MAJOR).$(MINOR): $(LIBXENAPI_OBJS) libxenapi.a: $(LIBXENAPI_OBJS) $(AR) rcs libxenapi.a $^ -test/test_bindings: test/test_bindings.o src/libxen.so - $(CC) $(LDFLAGS) -o $@ $< -L src -lxen +test/test_bindings: test/test_bindings.o libxenapi.so + $(CC) $(LDFLAGS) -o $@ $< -L . -lxenapi .PHONY: install -- 2.30.2